From 0b5034946f03f63e2c59255ae2fd9c18c9a20ec1 Mon Sep 17 00:00:00 2001 From: Bertrand Marquis Date: Tue, 6 Sep 2022 17:21:57 +0200 Subject: [PATCH] automation: only filter build-*/ in gitignore ...because there are some script in automation corresponding to the build-* filter (build-test.sh and build-each-commit.sh) Signed-off-by: Bertrand Marquis Acked-by: Jan Beulich --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e3fe06cd13..27881c9764 100644 --- a/.gitignore +++ b/.gitignore @@ -38,13 +38,13 @@ dist stubdom/*.tar.gz autom4te.cache/ +build-*/ config.log config.status config.cache config/Toplevel.mk config/Paths.mk -build-* dist/* docs/tmp.* docs/html/ -- 2.30.2